home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / game / patch / jst32b_dev.lha / jst_dev / InstallWizard / installer-parts / Choose-drive next >
Encoding:
Text File  |  2000-04-01  |  225 b   |  16 lines

  1.  
  2. (set #CI_unit
  3.     (askchoice
  4.         (prompt "From which disk unit do you want\nto install the game")
  5.         (help    @askoptions-help)
  6.         (choices
  7.            "DF0:"
  8.            "DF1:"
  9.            "DF2:"
  10.            "DF3:"
  11.         )
  12.     )
  13. )
  14.  
  15. (set #CI_drive ("DF%ld:" #CI_unit))
  16.